home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / numgame / numhelp.frm < prev    next >
Text File  |  1995-05-08  |  3KB  |  74 lines

  1. VERSION 2.00
  2. Begin Form HelpForm 
  3.    BackColor       =   &H00FFFFFF&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "Number Game Help"
  6.    ClientHeight    =   4665
  7.    ClientLeft      =   1170
  8.    ClientTop       =   1455
  9.    ClientWidth     =   7065
  10.    ControlBox      =   0   'False
  11.    Height          =   5070
  12.    Left            =   1110
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form2"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   4665
  18.    ScaleWidth      =   7065
  19.    Top             =   1110
  20.    Width           =   7185
  21.    Begin CommandButton Command1 
  22.       Caption         =   "OK"
  23.       Height          =   615
  24.       Left            =   2880
  25.       TabIndex        =   0
  26.       Top             =   3840
  27.       Width           =   1215
  28.    End
  29.    Begin Label Label5 
  30.       Caption         =   "are FREEWARE and you can modify it as you like.  If you find any bugs, mistakes, or other problems, please send me E-mail about it.   You can reach me on American Online, screen name Sitka34."
  31.       Height          =   615
  32.       Left            =   240
  33.       TabIndex        =   4
  34.       Top             =   3000
  35.       Width           =   6855
  36.    End
  37.    Begin Label Label4 
  38.       Caption         =   "     I have included the source code with this game, hoping that others will do the same.  I have found that by having other peoples source code is a great way to learn how to program.  This progam and all the source code"
  39.       Height          =   615
  40.       Left            =   240
  41.       TabIndex        =   3
  42.       Top             =   2400
  43.       Width           =   6855
  44.    End
  45.    Begin Label Label3 
  46.       Caption         =   "your answer is correct, and if it isn't, it will give you the correct answer. The program was designed so it would not produce negative answers.  If you want to work with negative numbers, just change the ""Min"" properties of the scroll bars."
  47.       Height          =   855
  48.       Left            =   240
  49.       TabIndex        =   2
  50.       Top             =   1560
  51.       Width           =   6855
  52.    End
  53.    Begin Label Label2 
  54.       Caption         =   "     To play the Number Game, set the Maximum and Minimum numbers that your children can work with, select the Math function, click New Number Set, and then click Correct Answer.  The Number Game will tell you if your"
  55.       Height          =   615
  56.       Left            =   240
  57.       TabIndex        =   5
  58.       Top             =   960
  59.       Width           =   6855
  60.    End
  61.    Begin Label Label1 
  62.       Caption         =   "     This game was made to be as flexible as possible to teach children the basics of Addition, Subtraction, Multiplication, and Division.  It can be set up for the most basic math for young children, or geared for harder math for older kids."
  63.       Height          =   855
  64.       Left            =   240
  65.       TabIndex        =   1
  66.       Top             =   120
  67.       Width           =   6855
  68.    End
  69. End
  70. Sub Command1_Click ()
  71.   HelpForm.Hide
  72. End Sub
  73.  
  74.